Fix up display of the *Minibuf-0* buffer in the mini window.
authorJérémy Compostella <jeremy.compostella@gmail.com>
Mon, 7 May 2012 16:09:51 +0000 (12:09 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Mon, 7 May 2012 16:09:51 +0000 (12:09 -0400)
commit0c60d3ca16764eb61b4c12a8abcbb28f60f2d9b0
tree8c00e71b1653dcaa957a5002dda07a71098cefbf
parentf623f614197e9400b82314eedb825f0c6d97085b
Fix up display of the *Minibuf-0* buffer in the mini window.
* src/keyboard.c (read_char): Don't clear the echo area if there's no
message to clear.
* src/xdisp.c (redisplay_internal): Redisplay the mini window (with the
contents of *Minibuf-0*) if there' no message displayed in its stead.
src/ChangeLog
src/keyboard.c
src/xdisp.c